home *** CD-ROM | disk | FTP | other *** search
/ Inside Mac Games Volume 1 / Inside Mac Games Volume 1.iso / IMG CD-ROM / IMG CD-ROM.30 / 00513.ls < prev    next >
Encoding:
Text File  |  1994-05-18  |  186 b   |  12 lines

  1. on startMovie
  2.   InitXOBJ()
  3. end
  4.  
  5. on InitXOBJ
  6.   global mem
  7.   openXLib("Inside Mac Games:Data:XOBJ:GetFreeMem.XOBJ")
  8.   if not objectp(mem) then
  9.     set mem to GetFreeMem(mnew)
  10.   end if
  11. end
  12.